net/http.http2requestParam.protocol (field)

7 uses

	net/http (current package)
		h2_bundle.go#L6295: 		protocol:  f.PseudoValue("protocol"),
		h2_bundle.go#L6299: 	if http2disableExtendedConnectProtocol && rp.protocol != "" {
		h2_bundle.go#L6305: 		if rp.protocol == "" && (rp.path != "" || rp.scheme != "" || rp.authority == "") {
		h2_bundle.go#L6329: 	if rp.protocol != "" {
		h2_bundle.go#L6330: 		rp.header.Set(":protocol", rp.protocol)
		h2_bundle.go#L6358: 	protocol                string
		h2_bundle.go#L6400: 	if rp.method == "CONNECT" && rp.protocol == "" {